home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / papcw10.zip / WCMEDIT.WCM < prev    next >
Text File  |  1995-02-11  |  228b  |  7 lines

  1. // use Wincmd to invoke Notepad with a filter for papcw programs
  2.  
  3. if (AppActivate ("Notepad") = 0)
  4.    notepad.exe
  5. sendkeys ("%fo")                //Open file search dialog
  6. sendkeys ("*.prg{enter}")       //Enter file spec
  7.